AnchorType Enumeration

Represents how a frame is bound to a text document.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum AnchorType

Members

Page0 The page that has the same physical page number as the value of the anchor page number that is attached to the drawing shape element. If no anchor page number value is given, the anchor position is the page at which the character behind the drawing object element appears.
Frame1 The parent text box that the current drawing shape element is contained in.
Paragraph2 The paragraph that the current drawing shape element is contained in.
Char3 The character after the drawing shape element.
AsChar4 There is no anchor position. The drawing shape behaves like a character.
None5 None.

See Also